home *** CD-ROM | disk | FTP | other *** search
- /* The only purpose of this file is to let you put your own */
- /* function declarations here. These declarations will be */
- /* #include'd into fiuser.cpp. Then you can call your own */
- /* functions in the user code event. Of course, you need to */
- /* define the corresponding functions in your own source */
- /* file which should be added to the project. */
-
- /* put something like:
-
- extern int myownfunc1();
- extenr int myownfunc2();
-
-
- here. */
-
-